TdError constructor
An object of this type can be returned on every function call, in case of an error
Implementation
const TdError({
required this.code,
required this.message,
this.extra,
this.clientId,
});
An object of this type can be returned on every function call, in case of an error
const TdError({
required this.code,
required this.message,
this.extra,
this.clientId,
});