SDKException constructor

SDKException(
  1. SDKError error, {
  2. Object? underlyingError,
  3. String? fieldPath,
})

Implementation

SDKException(this.error, {this.underlyingError, this.fieldPath});