Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorDetail

Package version

interface

An interface representing ErrorDetail.

summary

Error details.

Hierarchy

  • ErrorDetail

Index

Properties

Properties

code

code: string
member

{string} code The error's code.

message

message: string
member

{string} message A human readable error message.

Optional target

target: undefined | string
member

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

Generated using TypeDoc