Xmtp_KeystoreApi_V1_ErrorCode

public enum Xmtp_KeystoreApi_V1_ErrorCode : SwiftProtobuf.Enum
extension Xmtp_KeystoreApi_V1_ErrorCode: CaseIterable
extension Xmtp_KeystoreApi_V1_ErrorCode: @unchecked Sendable
extension Xmtp_KeystoreApi_V1_ErrorCode: SwiftProtobuf._ProtoNameProviding

Application-specific error codes for the Keystore API.

  • Declaration

    Swift

    public typealias RawValue = Int
  • Undocumented

    Declaration

    Swift

    case unspecified
  • Undocumented

    Declaration

    Swift

    case invalidInput
  • Undocumented

    Declaration

    Swift

    case noMatchingPrekey
  • Undocumented

    Declaration

    Swift

    case UNRECOGNIZED(Int)
  • Declaration

    Swift

    public init()
  • Declaration

    Swift

    public init?(rawValue: Int)
  • Declaration

    Swift

    public var rawValue: Int { get }
  • Declaration

    Swift

    public static let allCases: [Xmtp_KeystoreApi_V1_ErrorCode]

Code below here is support for the SwiftProtobuf runtime.

  • Declaration

    Swift

    public static let _protobuf_nameMap: SwiftProtobuf._NameMap