AccountStatusErrorDetails interface

Gets the account error details.

Extends

Inherited Properties

code

Gets or sets the code.

details

Gets or sets the details.

message

Gets or sets the messages.

target

Gets or sets the target.

Inherited Property Details

code

Gets or sets the code.

code?: string

Property Value

string

Inherited From ErrorModel.code

details

Gets or sets the details.

details?: ErrorModel[]

Property Value

Inherited From ErrorModel.details

message

Gets or sets the messages.

message?: string

Property Value

string

Inherited From ErrorModel.message

target

Gets or sets the target.

target?: string

Property Value

string

Inherited From ErrorModel.target