PrismApiError

data class PrismApiError(val statusCode: Int, val message: String?, val error: String?)

A generic error class that is returned from failed API calls

Constructors

Link copied to clipboard
constructor(statusCode: Int, message: String?, error: String?)

Properties

Link copied to clipboard

{String?} The network status returned

Link copied to clipboard

{String} An error message returned from the Server

Link copied to clipboard

{Int} The returned status code