PBKware JS Utils - v0.8.2
    Preparing search index...

    Interface ErrorIdPlusExtra<T>

    interface ErrorIdPlusExtra<T extends CommaText.ErrorId> {
        errorId: T;
        extraInfo: string;
    }

    Type Parameters

    Index

    Properties

    Properties

    errorId: T
    extraInfo: string