error property

  1. @ImcField('Error Message', 'error', ImcType.typePlaintext)
String error

Where applicable this field shall contain a human-readable message explaining the error.

Implementation

@ImcField('Error Message', 'error', ImcType.typePlaintext)
String get error;