Class WireErrorResponse


  • public class WireErrorResponse
    extends java.lang.Object
    Author:
    bjorncs
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String errorCode  
      java.lang.String message  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • message

        public java.lang.String message
      • errorCode

        public java.lang.String errorCode
    • Constructor Detail

      • WireErrorResponse

        public WireErrorResponse()