Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorModel

Package version

Default error model

Hierarchy

  • ErrorModel

Index

Properties

Properties

Optional code

code: undefined | string

Gets or sets the code. NOTE: This property will not be serialized. It can only be populated by the server.

Optional details

details: ErrorModel[]

Gets or sets the details. NOTE: This property will not be serialized. It can only be populated by the server.

Optional message

message: undefined | string

Gets or sets the messages. NOTE: This property will not be serialized. It can only be populated by the server.

Optional target

target: undefined | string

Gets or sets the target. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc