@yoroi/types
Version:
The Yoroi Types package of Yoroi SDK
8 lines (7 loc) • 428 B
text/typescript
export class LinksErrorForbiddenParamsProvided extends Error {}
export class LinksErrorExtraParamsDenied extends Error {}
export class LinksErrorRequiredParamsMissing extends Error {}
export class LinksErrorParamsValidationFailed extends Error {}
export class LinksErrorUnsupportedAuthority extends Error {}
export class LinksErrorUnsupportedVersion extends Error {}
export class LinksErrorSchemeNotImplemented extends Error {}