SdkError class

A custom exception for internal SDK errors.

Implemented types

Constructors

SdkError({required String message, String? code, dynamic details})
Creates an instance of SdkError.

Properties

code String?
An optional error code for categorizing the error.
final
details → dynamic
Optional additional details about the error (e.g., debug info).
final
hashCode int
The hash code for this object.
no setterinherited
message String
A human-readable error message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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