Returned when the resource addressed by the request URL does not exist.

interface ResourceNotFoundError {
    code: "ResourceNotFound";
    message: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "ResourceNotFound"
message: string

"The Resource with ID $resourceId was not found."

Generated using TypeDoc