Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ODataError

Package version

Error information in OData format.

Hierarchy

  • ODataError

Index

Properties

Properties

Optional code

code: undefined | string

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

Optional details

details: ODataError[]

Inner errors that caused this error

Optional message

message: undefined | string

The human-readable description of the error

Generated using TypeDoc