I get the error message string(ex.getMessage()) from Throwable in Android like below
{"message":"Authorization has been denied for this request."}
What is the best way to get only the message part from this error message string?
I get the error message string(ex.getMessage()) from Throwable in Android like below
{"message":"Authorization has been denied for this request."}
What is the best way to get only the message part from this error message string?