{"version":3,"sources":["../src/error.ts"],"names":["Signature","ErrorCode","Exception"],"mappings":"wDAEYA,IAAAA,CAAAA,CAAAA,CAAAA,CAAAA,GAEXA,CAAA,CAAA,eAAA,CAAkB,oBAClBA,CAAAA,CAAAA,CAAA,YAAe,CAAA,iBAAA,CACfA,CAAA,CAAA,OAAA,CAAY,YACZA,CAAAA,CAAAA,CAAA,aAAgB,CAAA,kBAAA,CAChBA,CAAA,CAAA,YAAA,CAAe,iBANJA,CAAAA,CAAAA,CAAAA,EAAAA,CAAAA,EAAA,EASCC,CAAAA,CAAAA,CAAAA,CAAY,CAAE,SAAA,CAAAC,SAAW,CAAA,SAAA,CAAAF,CAAU","file":"error.mjs","sourcesContent":["import { ErrorCode as Exception } from '@alessiofrittoli/exception/code'\n\nexport enum Signature\n{\n\tINVALID_JWKNAME\t= 'ERR:INVALIDJWKNAME',\n\tINVALID_SIGN\t= 'ERR:INVALIDSIGN',\n\tNO_SIGN\t\t\t= 'ERR:NOSIGN',\n\tNO_PRIVATEKEY\t= 'ERR:NOPRIVATEKEY',\n\tNO_PUBLICKEY\t= 'ERR:NOPUBLICKEY',\n}\n\nexport const ErrorCode = { Exception, Signature }\nexport type ErrorCode\t= MergedEnumValue<typeof ErrorCode>"]}