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