関数
GetBuyer::populate()
Populates error store
説明 説明
ファイル: src/API/GetBuyer.php
public function populate() { $this->addError(new GenericError( self::INVALID_TOKEN, $this->getConstantNameByValue(self::INVALID_TOKEN), 400, function ($message) { return $message; }, $this->getErrorCodeMap()[parent::INTERNAL_SERVER_ERROR]->message )); }