menu
archethic_lib_dart package
documentation
archethic_lib_dart.dart
ArchethicJsonRPCException
ArchethicJsonRPCException const constructor
ArchethicJsonRPCException const constructor
dark_mode
light_mode
ArchethicJsonRPCException
constructor
const
ArchethicJsonRPCException
(
{
required
int
code
,
required
String
message
,
Object
?
data
,
})
Implementation
const ArchethicJsonRPCException({ required this.code, required this.message, this.data, });
archethic_lib_dart package
documentation
archethic_lib_dart
ArchethicJsonRPCException
ArchethicJsonRPCException const constructor
ArchethicJsonRPCException class