org.robokind.api.messaging.services
Interface ServiceError


public interface ServiceError

Author:
Matthew Stevenson

Method Summary
 String getDestinationId()
           
 String getDetails()
           
 String getErrorType()
           
 String getMessage()
           
 String getSourceId()
           
 Long getTimestampMillisecUTC()
           
 

Method Detail

getSourceId

String getSourceId()

getDestinationId

String getDestinationId()

getTimestampMillisecUTC

Long getTimestampMillisecUTC()

getErrorType

String getErrorType()

getMessage

String getMessage()

getDetails

String getDetails()


Copyright © 2011-2013. All Rights Reserved.