/** * Elrest eDesign Runtime Library Model Exception Code * * @copyright 2024 Elrest AutomationsSysteme GMBH */ /** @codex-xmi-id 2e5d7b45-5084-520e-a20a-ef63717b0735 */ export declare enum Code { WRONG_REQUEST = 400, NOT_FOUND = 404, FORBIDDEN = 401, UNEXPECTED_ERROR = 500 }