Typescript SDK Type Docs
    Preparing search index...

    Interface ResourceUpdateError

    interface ResourceUpdateError {
        code: "ResourceUpdate";
        message: string;
        resource?: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "ResourceUpdate"

    An error identifier.

    message: string

    A plain language description of the cause of an error.

    resource?: any

    The resource that was updated.