Class CommunicationErrorResponse


  • public final class CommunicationErrorResponse
    extends Object
    The Communication Services error.
    • Constructor Detail

      • CommunicationErrorResponse

        public CommunicationErrorResponse()
    • Method Detail

      • getError

        public CommunicationError getError()
        Get the error property: The Communication Services error.
        Returns:
        the error value.
      • setError

        public CommunicationErrorResponse setError​(CommunicationError error)
        Set the error property: The Communication Services error.
        Parameters:
        error - the error value to set.
        Returns:
        the CommunicationErrorResponse object itself.