@tangle-js/ld-proofs
Version:
Linked Data Proofs on the Tangle. Powered by IOTA Identity & IOTA Streams
14 lines (13 loc) • 480 B
TypeScript
export default abstract class LdProofErrorNames {
static OTHER_ERROR: string;
static INVALID_NODE: string;
static INVALID_DID: string;
static DID_NOT_FOUND: string;
static INVALID_VERIFICATION_METHOD: string;
static VERIFICATION_METHOD_NOT_FOUND: string;
static DID_NOT_VERIFIED: string;
static INVALID_SIGNING_KEY: string;
static NOT_SUPPORTED_SIGNATURE: string;
static INVALID_DATA_TYPE: string;
static JSON_DOC_NOT_SIGNED: string;
}