Share via


ErrorModel interface

The key vault server error.

Properties

code

The error code.

innerError

Contains more specific error that narrows down the cause. May be null.

message

The error message.

Property Details

code

The error code.

code?: string

Property Value

string

innerError

Contains more specific error that narrows down the cause. May be null.

innerError?: ErrorModel

Property Value

message

The error message.

message?: string

Property Value

string