GenericError

constructor(type: String, detail: String)

Parameters

type

Snake cased all caps error code interpreted from the HTTP status code that can programmatically be acted upon.

detail

A human-readable explanation of the error, specific to this error occurrence.