関数
SyncAmazonAccount::populate()
Populates error store
戻り値 戻り値
ファイル: src/API/SyncAmazonAccount.php
public function populate() { $this->addError(new GenericError( self::NOT_LOGGED_IN, self::NOT_LOGGED_IN, 401, 'You must be logged in to perform this action', __('You are not logged in. Please login and try again.', 'wcexaap') )); }