mirror of
https://github.com/remnawave/node.git
synced 2026-08-04 14:52:57 +00:00
10 lines
325 B
TypeScript
10 lines
325 B
TypeScript
export const REMNAWAVE_NODE_KNOWN_ERROR = 'Remnawave Node Known Error';
|
|
|
|
export const KNOWN_ERRORS = {
|
|
XRAY_FAILED_TO_START: {
|
|
code: 'RN-001',
|
|
message: 'Xray core failed to start',
|
|
documentationUrl:
|
|
'https://docs.rw/docs/guides/common-errors#xml-rpc-fault-spawn-error-xray',
|
|
},
|
|
};
|