/** * Elrest eDesign Runtime Library Model Exception Code * * @copyright 2024 Elrest AutomationsSysteme GMBH */ export declare enum Code { WRONG_REQUEST = 400, NOT_FOUND = 404, FORBIDDEN = 401, UNEXPECTED_ERROR = 500 }