machineCode; } public function httpStatus(): int { return $this->httpStatus; } public static function draftLimit(): self { return new self('draft_limit', 429); } public static function storageLimit(): self { return new self('storage_limit', 413); } public static function duplicateUpload(): self { return new self('duplicate_upload', 422); } }