You are here

public function UserDeveloperConversionResult::getProblems in Apigee Edge 8

Problems occurred meanwhile the conversion.

Return value

\Drupal\apigee_edge\Exception\UserDeveloperConversionException[] Array of problems.

File

src/Structure/UserDeveloperConversionResult.php, line 76

Class

UserDeveloperConversionResult
Base class for user-developer conversion results.

Namespace

Drupal\apigee_edge\Structure

Code

public function getProblems() : array {
  return $this->problems;
}