Skip to content

Too few arguments to function SellingPartnerApi\Seller\MessagingV1\Dto\ErrorList::__construct(), 0 passed #894

Description

@yaleshkevich
$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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions