Package version:

Interface ErrorAdditionalInfo

The resource management error additional info.

interface ErrorAdditionalInfo {
    info?: Record<string, unknown>;
    type?: string;
}

Properties

Properties

info?: Record<string, unknown>

The additional info. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

The additional info type. NOTE: This property will not be serialized. It can only be populated by the server.