Error

public struct Error : Decodable

The detailed error information

  • The error code

    Declaration

    Swift

    public let code: Int
  • The error message

    Declaration

    Swift

    public let message: String