Type alias ObjectResponseError
ObjectResponseError: {
code: "notExists";
object_id: string;
} | {
code: "dynamicFieldNotFound";
parent_object_id: string;
} | {
code: "deleted";
digest: string;
object_id: string;
version: string;
} | {
code: "unknown";
} | {
code: "displayError";
error: string;
}
Type declaration
code: "notExists"
object_id: string
Type declaration
code: "dynamicFieldNotFound"
parent_object_id: string
Type declaration
code: "deleted"
digest: string
object_id: string
version: string
Type declaration
code: "displayError"
error: string
Base64 string representing the object digest