OData Error Response
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)