Class ResponseException

    • Method Detail

      • getRemoteStackTrace

        public Optional<String> getRemoteStackTrace()
        The stacktrace produced by the remote server.
      • getRemoteExceptionHierarchy

        public Optional<List<String>> getRemoteExceptionHierarchy()
        The list of exceptions generated by the server starting with the top-most one followed by its "cause". That cause is then followed by its cause and so on down the line.
      • getStatusAttributes

        public Optional<Map<String,​Object>> getStatusAttributes()
        Gets any status attributes from the response.