- <?php
- namespace ThurData\Servers\KerioEmail\App\Libs\Kerio\Components\Api\Soap\Enums;
- /*
- File: ErrorCodes.php
- Date: 13.08.2020
- Author: Tomasz Bielecki (tomasz.bi@thurdata.com)
- Class ErrorCodes
- */
- class ApiErrorCodes
- {
- const DOMAIN_DOES_NOT_EXISTS = 'account.NO_SUCH_DOMAIN';
- }
|