ODataError Class
Represents an error payload.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
The ODataError type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ErrorCode | Gets or sets the error code to be used in payloads. |
![]() | InnerError | Gets or sets the implementation specific debugging information to help determine the cause of the error. |
![]() | InstanceAnnotations | Collection of custom instance annotations. |
![]() | Message | Gets or sets the error message. |
![]() | MessageLanguage | Gets or sets the language for the exception Message. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetAnnotation<T> | Gets or sets the annotation by type. (Inherited from ODataAnnotatable.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | SetAnnotation<T> | Sets an annotation of type T. (Inherited from ODataAnnotatable.) |
![]() | ToString | (Inherited from Object.) |
Show:
