ErrorResponse

open class ErrorResponse(val body: String, val errorCode: String)

A generic error response.

Parameters

body

the error response's body.

errorCode

an error code.

Inheritors

Constructors

Link copied to clipboard
constructor(body: String, errorCode: String)

Properties

Link copied to clipboard
Link copied to clipboard