SSOOIDCErrorType
public enum SSOOIDCErrorType : AWSErrorType
extension SSOOIDCErrorType : CustomStringConvertible
Error enum for SSOOIDC
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case authorizationPendingException(message: String?)
-
Undocumented
Declaration
Swift
case expiredTokenException(message: String?)
-
Undocumented
Declaration
Swift
case internalServerException(message: String?)
-
Undocumented
Declaration
Swift
case invalidClientException(message: String?)
-
Undocumented
Declaration
Swift
case invalidClientMetadataException(message: String?)
-
Undocumented
Declaration
Swift
case invalidGrantException(message: String?)
-
Undocumented
Declaration
Swift
case invalidRequestException(message: String?)
-
Undocumented
Declaration
Swift
case invalidScopeException(message: String?)
-
Undocumented
Declaration
Swift
case slowDownException(message: String?)
-
Undocumented
Declaration
Swift
case unauthorizedClientException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedGrantTypeException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }