ErrorCode

public enum ErrorCode : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case validationError = "VALIDATION_ERROR"
  • Undocumented

    Declaration

    Swift

    case internalFailure = "INTERNAL_FAILURE"
  • Declaration

    Swift

    public var description: String { get }