Class ErrorResponse


  • public class ErrorResponse
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorResponse​(com.google.gson.JsonElement error, java.lang.String userError, int requestId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @Nullable java.lang.String error()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorResponse

        public ErrorResponse​(com.google.gson.JsonElement error,
                             java.lang.String userError,
                             int requestId)
    • Method Detail

      • error

        @Nullable
        public @Nullable java.lang.String error()