dbace0ac03c52cad9099946387cf877367096064350ad179cca9fe44fe767155.json raw
1 {"ast":null,"code":"/**\n * Error thrown when a relay operation fails.\n */\nexport class RelayRepositoryError extends Error {\n code;\n constructor(message, code) {\n super(message);\n this.code = code;\n this.name = 'RelayRepositoryError';\n }\n}\nexport var RelayErrorCode = /*#__PURE__*/function (RelayErrorCode) {\n RelayErrorCode[\"DUPLICATE_URL\"] = \"DUPLICATE_URL\";\n RelayErrorCode[\"NOT_FOUND\"] = \"NOT_FOUND\";\n RelayErrorCode[\"ENCRYPTION_FAILED\"] = \"ENCRYPTION_FAILED\";\n RelayErrorCode[\"STORAGE_FAILED\"] = \"STORAGE_FAILED\";\n return RelayErrorCode;\n}(RelayErrorCode || {});","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}