Package version:

Represents the error used to indicate why the target compute size is not applicable.

interface ComputeSizeErrorDetails {
    message?: string;
    severity?: string;
}

Properties

Properties

message?: string

The error message.

severity?: string

The severity of the error.