Class NexityBadCredentialsException
- Namespace
- OverKizApi.Exceptions
- Assembly
- OverKizApi.dll
Raised when the credentials supplied to Nexity's AWS Cognito authentication endpoint are invalid.
public class NexityBadCredentialsException : BadCredentialsException, ISerializable, _Exception
- Inheritance
-
NexityBadCredentialsException
- Implements
- Inherited Members
Constructors
NexityBadCredentialsException()
Initialises a new instance with no message.
public NexityBadCredentialsException()
NexityBadCredentialsException(string)
Initialises a new instance with the specified error message.
public NexityBadCredentialsException(string message)
Parameters
messagestringThe Cognito error message.