The toString method that returns a String containing both the errorCode and the message
@override String toString() { return '[$errorCode] $message'; }