Documentation
    Preparing search index...

    Type Alias Error

    type Error = {
        errorCode: ErrorCodes;
        errorId: ErrorIds;
        referenceId?: string;
    }
    Index

    Properties

    errorCode: ErrorCodes
    errorId: ErrorIds
    referenceId?: string