Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorDetails

Package version

interface

An interface representing ErrorDetails.

Hierarchy

  • ErrorDetails

Index

Properties

Properties

Optional code

code: undefined | string
member

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

Optional message

message: undefined | string
member

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

Optional target

target: undefined | string
member

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

Generated using TypeDoc