ODataErrorResponse

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

Error information in OData format.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

The human-readable description of the error