JwtError
@objc(VSSJwtError)
public enum JwtError : Int, LocalizedError
Declares error types and codes
- incorrectNumberOfJwtComponents: Number of JWT components doesn’t equal 3
- utf8StrIsInvalid: Invalid UTF8 string to sign
-
Undocumented
Declaration
Swift
case incorrectNumberOfJwtComponents = 1
-
Undocumented
Declaration
Swift
case utf8StrIsInvalid = 2
-
Human-readable localized description
Declaration
Swift
public var errorDescription: String? { get }