Sha256: 04c338737716bb125c5dbe4237307ed7bef1be60281693751736b7f51ac112c8
Contents?: true
Size: 433 Bytes
Versions: 33
Compression:
Stored size: 433 Bytes
Contents
type InternalErrorCode = 'TLOG_FETCH_ENTRY_ERROR' | 'TLOG_CREATE_ENTRY_ERROR' | 'CA_CREATE_SIGNING_CERTIFICATE_ERROR' | 'TSA_CREATE_TIMESTAMP_ERROR' | 'IDENTITY_TOKEN_READ_ERROR'; export declare class InternalError extends Error { code: InternalErrorCode; cause: any | undefined; constructor({ code, message, cause, }: { code: InternalErrorCode; message: string; cause?: any; }); } export {};
Version data entries
33 entries across 33 versions & 1 rubygems