<?php namespace App\Shared\Error; enum ErrorCode: int { case EntityNotFound = 10; case ValidateFailed = 20; case NotExcepted = 50; }