ODataErrorDetail Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class representing an error detail.
public sealed class ODataErrorDetail
type ODataErrorDetail = class
Public NotInheritable Class ODataErrorDetail
- Inheritance
-
ODataErrorDetail
Constructors
ODataErrorDetail() |
Properties
ErrorCode |
Gets or sets the error code to be used in payloads. |
Message |
Gets or sets the error message. |
Target |
Gets or sets the target of the particular error. |