Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorDetails

Package version

interface

An interface representing ErrorDetails. The details of the error.

Hierarchy

  • ErrorDetails

Index

Properties

Properties

Optional code

code: undefined | string
member

{string} [code] Error code. 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 indicating why the operation failed. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc