public function AuthenticationKeyValueMalformedException::getProblematicField in Apigee Edge 8
Returns the name of the problematic field of a key.
Return value
string Name of the field.
File
- src/
Exception/ AuthenticationKeyValueMalformedException.php, line 43
Class
- AuthenticationKeyValueMalformedException
- Defines an exception for when a key value is malformed.
Namespace
Drupal\apigee_edge\ExceptionCode
public function getProblematicField() : string {
return $this->problematicField;
}