Converts the exception to a string.
@override String toString() { return ["DexcomAuthorizationException", if (message != null) message] .join(": "); }