Package version:

The resource management error additional info.

interface ErrorAdditionalInfo {
    info?: any;
    type?: string;
}

Properties

Properties

info?: any

The additional info.

type?: string

The additional info type.