Interface EventLogMetadataUpdateError
-
- All Known Implementing Classes:
EventLogMetadataParseException
public interface EventLogMetadataUpdateError
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetErrorCode()java.lang.StringgetErrorType()EventLogMetadataUpdateStagegetUpdateStage()
-
-
-
Method Detail
-
getErrorType
java.lang.String getErrorType()
-
getErrorCode
int getErrorCode()
-
getUpdateStage
EventLogMetadataUpdateStage getUpdateStage()
-
-