Package com.glideidentity.exceptions
Class MagicAuthError
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.glideidentity.exceptions.MagicAuthError
- All Implemented Interfaces:
Serializable
Exception thrown by MagicAuth service operations
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMagicAuthError(String code, int status, String message) MagicAuthError(Map<String, Object> errorResponse) -
Method Summary
Modifier and TypeMethodDescriptiongetCode()intbooleanis(MagicAuthErrorCode errorCode) Check if this error matches a specific error codetoString()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace