ApiOperationException constructor

const ApiOperationException(
  1. String message, {
  2. String? recoverySuggestion,
  3. Object? underlyingException,
})

An in-process operation encountered a processing error

Implementation

const ApiOperationException(
  super.message, {
  super.recoverySuggestion,
  super.underlyingException,
});