Returned when the requested resource was not found.

interface ObjectNotFoundError {
    code: "ObjectNotFound";
    message: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "ObjectNotFound"
message: string

"A $resourceType with identifier $id was unexpectedly not found."

Generated using TypeDoc