Generates a hash code compound from the distinct values of message and error.
@override int get hashCode => message.hashCode ^ error.hashCode;