Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorDetails

Package version

An interface representing ErrorDetails.

summary

Error details.

Hierarchy

  • ErrorDetails

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Properties

code

code: string

Error code identifying the specific error.

message

message: string

A human readable error message.

Generated using TypeDoc