KeyknoxClientError
@objc(VSSKeyknoxClientError)
public enum KeyknoxClientError : Int, LocalizedError
Declares client error types and codes
- constructingUrl: constructing url of endpoint failed
- invalidPreviousHashHeader: error whilte extracting previousHash from response header
- emptyIdentities: identities array is empty
- invalidOptions: internal invalid options error
-
Undocumented
Declaration
Swift
case constructingUrl = 1
-
Undocumented
Declaration
Swift
case invalidPreviousHashHeader = 2
-
Undocumented
Declaration
Swift
case emptyIdentities = 3
-
Undocumented
Declaration
Swift
case invalidOptions = 4
-
Human-readable localized description
Declaration
Swift
public var errorDescription: String? { get }