Returned when the resource exceeds the maximum allowed size of 16 MB.

interface ResourceSizeLimitExceededError {
    code: "ResourceSizeLimitExceeded";
    message: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "ResourceSizeLimitExceeded"
message: string

"The resource size exceeds the maximal allowed size of 16 MB."

Generated using TypeDoc