Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorDetails

Package version

interface

An interface representing ErrorDetails. Error details.

Hierarchy

  • ErrorDetails

Index

Properties

Optional code

code: undefined | string
member

{string} [code] The error code. NOTE: This property will not be serialized. It can only be populated by the server.

Optional details

details: undefined | string
member

{string} [details] The error details. NOTE: This property will not be serialized. It can only be populated by the server.

Optional httpStatusCode

httpStatusCode: undefined | string
member

{string} [httpStatusCode] The HTTP status code. NOTE: This property will not be serialized. It can only be populated by the server.

Optional message

message: undefined | string
member

{string} [message] The error message. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc