45 (
new \ReflectionClass(static::class))->getShortName(),
51 'CONTENT' => $this->data->toArray(),
52 'FILES' => $this->files->toArray(),
53 'NEXT' => $this->nextStep->count() <= 0
54 ? false : json_encode($this->nextStep->toArray()),
56 ] + (($error = $this->errorCollection->current()) ? [
57 'ERROR_MESSAGE' => $error->getMessage(),
58 'ERROR_ACTION' => $error->getCode(),