DexcareAPIError

public struct DexcareAPIError

Type to hold information on certain DexCare network calls

  • Specific message on what the error is

    Declaration

    Swift

    public let message: String
  • internal error code for use in debugging

    Declaration

    Swift

    public let errorCode: Int