ErrorInformation Class

Definition

Error definition.

public class ErrorInformation
type ErrorInformation = class
Public Class ErrorInformation
Inheritance
ErrorInformation

Constructors

Name Description
ErrorInformation()

Initializes a new instance of ErrorInformation.

Properties

Name Description
Code

Service specific error code which serves as the substatus for the HTTP error code.

Details

Internal error details.

Innererror

An object containing more specific information than the current object about the error.

Message

A human-readable representation of the error.

Applies to