ODataErrorResponse

data class ODataErrorResponse(val code: String? = null, val details: List<ODataErrorResponse>? = null, val message: String? = null)

Error information in OData format.

Constructors

Link copied to clipboard
constructor(code: String? = null, details: List<ODataErrorResponse>? = null, message: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

The machine-readable description of the error, such as 'InvalidRequest' or 'InternalServerError'

Link copied to clipboard

Inner errors that caused this error

Link copied to clipboard
val message: String? = null

The human-readable description of the error