error property Null safety

String error

The GLPI's API error code Reference: https://github.com/glpi-project/glpi/blob/master/apirest.md#errors

Implementation

String get error => _reason['error']!;