You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in ErrorHandler.php you only show the error message. This is bad because B2 unhelpfully very often leaves this field blank.
Include the error code too:
throw new $exceptionClass('Received error from B2: '.$responseJson['message'].' Code: '.$responseJson['code']);
The text was updated successfully, but these errors were encountered:
Currently in ErrorHandler.php you only show the error message. This is bad because B2 unhelpfully very often leaves this field blank.
Include the error code too:
throw new $exceptionClass('Received error from B2: '.$responseJson['message'].' Code: '.$responseJson['code']);
The text was updated successfully, but these errors were encountered: