ErrorObject

fun ErrorObject(status: Int, message: String, reason: String? = null)

Parameters

status

The HTTP status code

message

A short description of the cause of the error.

Sources

(source)
Link copied to clipboard