menu
nats_client package
documentation
natslite/error.dart
ErrorCode
ErrorCode.new const constructor
ErrorCode.new const constructor
dark_mode
light_mode
ErrorCode
constructor
const
ErrorCode
(
String
code
,
String
message
)
Implementation
const ErrorCode(this.code, this.message);
nats_client package
documentation
natslite/error
ErrorCode
ErrorCode.new const constructor
ErrorCode class