BloomNativeConfigurationException class

Thrown when a native module encounters invalid configuration or missing keys in bloom.yaml or module manifests.

Example:

throw BloomNativeConfigurationException(
  message: 'Missing API key in module configuration',
);
Inheritance

Constructors

BloomNativeConfigurationException({required String message, dynamic details})
Creates a BloomNativeConfigurationException with an error message and optional details.

Properties

code String
Machine-readable error code (e.g. 'PERMISSION_DENIED', 'HARDWARE_UNAVAILABLE').
finalinherited
details → dynamic
Optional platform-specific error payload or metadata dictionary.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
message String
Human-readable error description.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
Original stack trace from the host platform or Dart runtime.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited