interface ResourceCreationError {
    code: "ResourceCreation";
    message: string;
    resource?: any;
}

Hierarchy (View Summary)

Properties

code: "ResourceCreation"

An error identifier.

message: string

A plain language description of the cause of an error.

resource?: any