Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorDetail

Package version

Error details.

Hierarchy

  • ErrorDetail

Index

Properties

Optional additionalProperties

additionalProperties: any

Additional properties that can be provided on the error details object

code

code: string

The error's code.

message

message: string

A human readable error message.

Optional resources

resources: string[]

Indicates resources which were responsible for the error.

Optional target

target: undefined | string

Indicates which property in the request is responsible for the error.

Optional value

value: undefined | string

Indicates which value in 'target' is responsible for the error.

Generated using TypeDoc