Returns a string representation of this ServiceError.
The format is: ServiceError(message, code: numeric_code)
@override String toString() => 'ServiceError($message, code: ${code.value})';