Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorDetail

Package version

interface

An interface representing ErrorDetail.

summary

Error details.

Hierarchy

  • ErrorDetail

Index

Properties

Optional additionalProperties

additionalProperties: any
member

{any} [additionalProperties]

code

code: string
member

{string} code The error's code.

message

message: string
member

{string} message A human readable error message.

Optional resources

resources: string[]
member

{string[]} [resources] Indicates resources which were responsible for the error.

Optional target

target: undefined | string
member

{string} [target] Indicates which property in the request is responsible for the error.

Optional value

value: undefined | string
member

{string} [value] Indicates which value in 'target' is responsible for the error.

Generated using TypeDoc