ActionFunctionError constructor

ActionFunctionError({
  1. String callId = '',
  2. String instanceId = '',
  3. String errorMessage = '',
  4. String errorTypeName = '',
  5. String stackTrace = '',
  6. String errorCode = '',
})

Implementation

ActionFunctionError({
    this.callId = '',
    this.instanceId = '',
    this.errorMessage = '',
    this.errorTypeName = '',
    this.stackTrace = '',
    this.errorCode = '',
});