$json = <<<JSON
{
"errors": [
{
"code": "Unauthorized",
"message": "Invalid amazonOrderId and template combination.",
"details": ""
}
]
}
JSON;
SellingPartnerApi\Seller\MessagingV1\Responses\CreateUnexpectedProblemResponse::deserialize(
json_decode($json, true)
);
Too few arguments to function SellingPartnerApi\Seller\MessagingV1\Dto\ErrorList::__construct(), 0 passed