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] One of a server-defined set of error codes.

Optional details

details: undefined | string
member

{string} [details] A human-readable representation of the error's details.

Optional message

message: undefined | string
member

{string} [message] A human-readable representation of the error.

Generated using TypeDoc