@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias SecretResolutionError

    type SecretResolutionError = {
        code: SecretErrorCode;
        message: string;
        reference: string;
    }
    Index
    message: string

    A human-readable description of the failure. Never contains the secret value; only error metadata (codes, names) is included.

    reference: string

    The secret reference that could not be resolved.