RestError MembersDRA REST Extensions SDK
The RestError type exposes the following members.
Constructors

  NameDescription
Public methodRestError
Initializes a new instance of the RestError class
Back to Top
Fields

  NameDescription
Public fieldErrorCode
A numerical value representing the error
Public fieldMessage
The error message
Public fieldStacktrace
The internal codepath resulting in the error
Public fieldSuggestion
A suggested workaround or resolution for the error.
Back to Top
See Also