Serializer

1 Handled
2.37 ms Total time

default 1

serialize 1

Data Context Normalizer Encoder Time Caller
ApiPlatform\State\ApiResource\Error
Show contents
ApiPlatform\State\ApiResource\Error {#1867
  #message: "An error occurred"
  #code: 424
  #file: "/var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/api-platform/state/ApiResource/Error.php"
  #line: 202
  -previous: App\Adapter\AdapterException {#1570 …}
  -id: null
  -title: "An error occurred"
  -detail: "Participant not created in this Access Point."
  -status: 424
  -instance: null
  -type: "/errors/424"
  -headers: []
  -meta: null
  -source: null
  -description: null
  +originalTrace: [
    [
      "file" => "/var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
      "line" => 246
      "function" => "__invoke"
      "class" => "App\EventListener\ApiResourceExceptionListener"
      "type" => "->"
    ]
    [
      "file" => "/var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
      "line" => 206
      "function" => "Symfony\Component\EventDispatcher\{closure}"
      "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
      "type" => "::"
    ]
    [
      "file" => "/var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
      "line" => 56
      "function" => "callListeners"
      "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
      "type" => "->"
    ]
    [
      "file" => "/var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/symfony/http-kernel/HttpKernel.php"
      "line" => 241
      "function" => "dispatch"
      "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
      "type" => "->"
    ]
    [
      "file" => "/var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/symfony/http-kernel/HttpKernel.php"
      "line" => 91
      "function" => "handleThrowable"
      "class" => "Symfony\Component\HttpKernel\HttpKernel"
      "type" => "->"
    ]
    [
      "file" => "/var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/symfony/http-kernel/Kernel.php"
      "line" => 182
      "function" => "handle"
      "class" => "Symfony\Component\HttpKernel\HttpKernel"
      "type" => "->"
    ]
    [
      "file" => "/var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
      "line" => 35
      "function" => "handle"
      "class" => "Symfony\Component\HttpKernel\Kernel"
      "type" => "->"
    ]
    [
      "file" => "/var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/autoload_runtime.php"
      "line" => 29
      "function" => "run"
      "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
      "type" => "->"
    ]
    [
      "file" => "/var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/public/index.php"
      "line" => 6
      "function" => "require_once"
    ]
  ]
  trace: {
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/api-platform/state/ApiResource/Error.php:202 {
      ApiPlatform\State\ApiResource\Error::createFromException(Exception|Throwable $exception, int $status): self …
      › 
      ›     return new self('An error occurred', $exception->getMessage(), $status, $exception->getTrace(), type: "/errors/$status", headers: $headers, previous: $exception->getPrevious());}
    }
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/api-platform/state/ErrorProvider.php:76 {
      ApiPlatform\State\ErrorProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object …
      › $cl = is_a($operation->getClass(), ErrorResourceInterface::class, true) ? $operation->getClass() : Error::class;$error = $cl::createFromException($exception, $status);if (!$this->debug && $status >= 500 && method_exists($error, 'setDetail')) {
    }
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/src/ApiResource/UblHttpExceptionProvider.php:15 {
      App\ApiResource\UblHttpExceptionProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object …
      › {    $error = $this->decorated->provide($operation, $uriVariables, $context);}
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/api-platform/state/CallableProvider.php:43 {
      ApiPlatform\State\CallableProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
      › 
      ›     return $providerInstance->provide($operation, $uriVariables, $context);}
    }
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/api-platform/state/Provider/ReadProvider.php:84 {
      ApiPlatform\State\Provider\ReadProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
      › try {    $data = $this->provider->provide($operation, $uriVariables, $context);} catch (ProviderNotFoundException $e) {
    }
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/api-platform/symfony/Bundle/SwaggerUi/SwaggerUiProvider.php:50 {
      ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
      › ) {    return $this->decorated->provide($operation, $uriVariables, $context);}
    }
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/api-platform/symfony/Security/State/AccessCheckerProvider.php:62 {
      ApiPlatform\Symfony\Security\State\AccessCheckerProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
      › 
      › $body = $this->decorated->provide($operation, $uriVariables, $context);if (null === $isGranted) {
    }
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/api-platform/state/Provider/SecurityParameterProvider.php:50 {
      ApiPlatform\State\Provider\SecurityParameterProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
      › {    $body = $this->decorated->provide($operation, $uriVariables, $context);    $request = $context['request'] ?? null;
    }
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/api-platform/state/Provider/DeserializeProvider.php:60 {
      ApiPlatform\State\Provider\DeserializeProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
      › 
      › $data = $this->decorated ? $this->decorated->provide($operation, $uriVariables, $context) : $request->attributes->get('data');}
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/api-platform/symfony/Security/State/AccessCheckerProvider.php:62 {
      ApiPlatform\Symfony\Security\State\AccessCheckerProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
      › 
      › $body = $this->decorated->provide($operation, $uriVariables, $context);if (null === $isGranted) {
    }
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/api-platform/symfony/Validator/State/ValidateProvider.php:32 {
      ApiPlatform\Symfony\Validator\State\ValidateProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
      › {    $body = $this->decorated?->provide($operation, $uriVariables, $context) ?? ($context['request'] ?? null)?->attributes->get('data');}
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/api-platform/symfony/Security/State/AccessCheckerProvider.php:62 {
      ApiPlatform\Symfony\Security\State\AccessCheckerProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
      › 
      › $body = $this->decorated->provide($operation, $uriVariables, $context);if (null === $isGranted) {
    }
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/api-platform/symfony/Validator/State/ParameterValidatorProvider.php:102 {
      ApiPlatform\Symfony\Validator\State\ParameterValidatorProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
      › 
      ›     return $this->decorated->provide($operation, $uriVariables, $context);}
    }
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/api-platform/state/Provider/ParameterProvider.php:102 {
      ApiPlatform\State\Provider\ParameterProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
      › 
      ›     return $this->decorated?->provide($operation, $uriVariables, $context);}
    }
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/api-platform/state/Provider/ContentNegotiationProvider.php:56 {
      ApiPlatform\State\Provider\ContentNegotiationProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
      › 
      ›     return $this->decorated?->provide($operation, $uriVariables, $context);}
    }
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/api-platform/symfony/Controller/MainController.php:83 {
      ApiPlatform\Symfony\Controller\MainController->__invoke(Request $request): Response …
      › 
      › $body = $this->provider->provide($operation, $uriVariables, $context);}
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
      Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
      › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
    }
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/api-platform/symfony/EventListener/ExceptionListener.php:50 {
      ApiPlatform\Symfony\EventListener\ExceptionListener->onKernelException(ExceptionEvent $event): void …
      › 
      ›     $this->errorListener->onKernelException($event);}
    }
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
      Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
      ›     }    ($closure = $listener(...))(...$args);};
    }
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/symfony/http-kernel/HttpKernel.php:241 {
      Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
      › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/symfony/http-kernel/HttpKernel.php:134 {
      Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, ?Request $request = null): void …
      › try {    $response = $this->handleThrowable($exception, $request, self::MAIN_REQUEST);} finally {
    }
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:84 {
      Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
      ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
    }
    /var/www/vhosts/easy2pdf.com/optipol-dev.easy2pdf.com/vendor/symfony/error-handler/ErrorHandler.php:538 {
      Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception): void …
      › if (null !== $exceptionHandler) {    $exceptionHandler($exception);}
    Symfony\Component\ErrorHandler\ErrorHandler->handleException() {}
  }
}
Format: json
Show context
[
  "openapi_definition_name" => ""
  "groups" => [
    "jsonproblem"
  ]
  "skip_null_values" => true
  "ignored_attributes" => [
    "trace"
    "file"
    "line"
    "code"
    "message"
    "traceAsString"
    "previous"
  ]
  "api_error_resource" => true
  "operation_name" => "_api_errors_problem"
  "operation" => ApiPlatform\Metadata\Error {#1864
    #parameters: null
    #shortName: "Error"
    #class: "ApiPlatform\State\ApiResource\Error"
    #description: "A representation of common errors."
    #urlGenerationStrategy: null
    #deprecationReason: null
    #normalizationContext: [
      "openapi_definition_name" => ""
      "groups" => [
        "jsonproblem"
      ]
      "skip_null_values" => true
      "ignored_attributes" => [
        "trace"
        "file"
        "line"
        "code"
        "message"
        "traceAsString"
        "previous"
      ]
      "api_error_resource" => true
    ]
    #denormalizationContext: null
    #collectDenormalizationErrors: null
    #validationContext: null
    #filters: []
    #mercure: null
    #messenger: null
    #input: null
    #output: null
    #order: null
    #fetchPartial: null
    #forceEager: null
    #paginationEnabled: null
    #paginationType: null
    #paginationItemsPerPage: null
    #paginationMaximumItemsPerPage: null
    #paginationPartial: null
    #paginationClientEnabled: null
    #paginationClientItemsPerPage: null
    #paginationClientPartial: null
    #paginationFetchJoinCollection: null
    #paginationUseOutputWalkers: null
    #security: null
    #securityMessage: null
    #securityPostDenormalize: null
    #securityPostDenormalizeMessage: null
    #securityPostValidation: null
    #securityPostValidationMessage: null
    #provider: "api_platform.state.error_provider"
    #processor: null
    #stateOptions: null
    #rules: null
    #policy: null
    #middleware: null
    #queryParameterValidationEnabled: null
    #strictQueryParameterValidation: null
    #hideHydraOperation: true
    #jsonStream: null
    #map: null
    #extraProperties: [
      "user_defined_uri_template" => true
    ]
    #paginationViaCursor: null
    #read: true
    #deserialize: false
    #validate: false
    #write: false
    #serialize: true
    #priority: 0
    #name: "_api_errors_problem"
    #formats: null
    #inputFormats: [
      "json" => [
        "application/json"
        "application/merge-patch+json"
      ]
      "jsonld" => [
        "application/ld+json"
      ]
    ]
    #outputFormats: [
      "json" => [
        "application/problem+json"
        "application/json"
      ]
    ]
    #method: "GET"
    #uriTemplate: "/errors/{status}{._format}"
    #types: null
    #uriVariables: [
      "status" => ApiPlatform\Metadata\Link {#1849
        #key: null
        #schema: null
        #openApi: null
        #provider: null
        #filter: null
        #property: null
        #description: null
        #properties: null
        #required: null
        #priority: null
        #hydra: null
        #constraints: null
        #security: null
        #securityMessage: null
        #extraProperties: [
          "_api_values" => ApiPlatform\State\ParameterNotFound {#1875}
        ]
        #filterContext: null
        #nativeType: null
        #castToArray: null
        #castToNativeType: null
        #castFn: null
        -parameterName: "status"
        -fromProperty: null
        -toProperty: null
        -fromClass: "ApiPlatform\State\ApiResource\Error"
        -toClass: null
        -identifiers: [
          "status"
        ]
        -compositeIdentifier: null
        -expandedValue: null
        -securityObjectName: null
      }
    ]
    #routePrefix: null
    #routeName: "_api_errors"
    #defaults: null
    #requirements: [
      "status" => "\d+"
    ]
    #options: null
    #stateless: null
    #sunset: null
    #acceptPatch: null
    #status: 424
    #host: null
    #schemes: null
    #condition: null
    #controller: null
    #headers: null
    #cacheHeaders: null
    #hydraContext: null
    #openapi: false
    #exceptionToStatus: null
    #links: null
    #errors: []
  }
  "resource_class" => "ApiPlatform\State\ApiResource\Error"
  "iri_only" => false
  "request_uri" => "/api/invoices/received?accessPointId=1f0b498e-1bb6-6888-9366-6da7e4854e9c&participantId=1f0f2bc7-11f7-6562-ab7c-21d54a3a9918&page=1&itemsPerPage=100&dateStateUpdateFrom=2026-02-24T13%3A55%3A02%2B01%3A00&dateStateUpdateTo=2026-04-20T14%3A35%3A01%2B02%3A00&new=1"
  "uri" => "https://optipol-dev.easy2pdf.com/api/invoices/received?accessPointId=1f0b498e-1bb6-6888-9366-6da7e4854e9c&dateStateUpdateFrom=2026-02-24T13%3A55%3A02%2B01%3A00&dateStateUpdateTo=2026-04-20T14%3A35%3A01%2B02%3A00&itemsPerPage=100&new=1&page=1&participantId=1f0f2bc7-11f7-6562-ab7c-21d54a3a9918"
  "input" => null
  "output" => null
  "uri_variables" => []
  "exclude_from_cache_key" => [
    "root_operation"
    "operation"
    "object"
    "data"
    "property_metadata"
    "circular_reference_limit_counters"
    "debug_trace_id"
    "resources"
    "resources_to_push"
  ]
  "api_gateway" => false
  "base_url" => ""
  "spec_version" => ""
  "resources" => ApiPlatform\State\ResourceList {#1865
    storage: [
      "https://optipol-dev.easy2pdf.com/api/errors/424" => "https://optipol-dev.easy2pdf.com/api/errors/424"
    ]
    flag::STD_PROP_LIST: false
    flag::ARRAY_AS_PROPS: false
    iteratorClass: "ArrayIterator"
  }
  "resources_to_push" => ApiPlatform\State\ResourceList {#1863
    storage: []
    flag::STD_PROP_LIST: false
    flag::ARRAY_AS_PROPS: false
    iteratorClass: "ArrayIterator"
  }
]
2.37 ms

deserialize 0

Nothing was deserialized.

normalize 0

Nothing was normalized.

denormalize 0

Nothing was denormalized.

encode 0

Nothing was encoded.

decode 0

Nothing was decoded.