Represents implementation-specific debugging information for OData errors.
Contains detailed error information such as exception details, stack traces, and nested errors.
Gets or sets nested inner error information for chained exceptions.
This property allows for hierarchical error reporting when multiple exceptions are involved.
Gets or sets the detailed error message providing implementation-specific information about the error.
This message is typically more technical than the outer error message.
Gets or sets the type name of the exception that caused the error.
This property helps identify the specific type of error that occurred on the server.