Package uniffi.cedarling_uniffi
Class AuthorizeException.AuthorizationFailed
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class AuthorizeException.AuthorizationFailed extends AuthorizeException
-
-
Constructor Summary
Constructors Constructor Description AuthorizeException.AuthorizationFailed(String errorMsg)
-
Method Summary
Modifier and Type Method Description String
getMessage()
final String
getErrorMsg()
-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AuthorizeException.AuthorizationFailed
AuthorizeException.AuthorizationFailed(String errorMsg)
-
-
Method Detail
-
getMessage
String getMessage()
-
getErrorMsg
final String getErrorMsg()
-
-
-
-