Search

Enum ch.dunes.vso.sdk.api.ErrorLevel

Extends java.lang.Enum

This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.

Enum Values

Value Description
Debug
Error
Fatal
Info
Warning

Attributes

None

Methods

Name Returns
getSeverity() Number
valueOf(String ) ch.dunes.vso.sdk.api.ErrorLevel
values() ch.dunes.vso.sdk.api.ErrorLevel[]

Returned by

Method Returns
ch.dunes.vso.sdk.api.ErrorLevel.valueOf(String ) ch.dunes.vso.sdk.api.ErrorLevel
ch.dunes.vso.sdk.api.ErrorLevel.values() ch.dunes.vso.sdk.api.ErrorLevel[]

Referenced in

Method Returns
ch.dunes.vso.sdk.api.IPluginNotificationHandler.notifyMessage(ch.dunes.vso.sdk.api.ErrorLevel , String , String , String ) void