Typescript SDK Type Docs
    Preparing search index...

    Interface ContentionError

    interface ContentionError {
        code: "Contention";
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: "Contention"

    An error identifier.

    message: string

    A plain language description of the cause of an error.