C# Class Couchbase.Utils.ExceptionUtil

Datei anzeigen Open project: couchbase/couchbase-net-client

Public Properties

Property Type Description
BootStrapFailedMsg string
CasMismatchMsg string
DocumentExistsMsg string
DocumentMutationLostMsg string
DocumentNotFoundMsg string
InvalidOpCodeMsg string
NodeUnavailableMsg string
NotEnoughReplicasConfigured string
RemoteHostClosedMsg string
RemoteHostTimeoutMsg string
ServiceNotSupportedMsg string
TemporaryLockErrorMsg string

Public Methods

Method Description
GetMessage ( string msg ) : string
GetNodeUnavailableMsg ( IPEndPoint ipEndPoint, uint interval ) : string
WithParams ( this msg ) : string

Method Details

GetMessage() public static method

public static GetMessage ( string msg ) : string
msg string
return string

GetNodeUnavailableMsg() public static method

public static GetNodeUnavailableMsg ( IPEndPoint ipEndPoint, uint interval ) : string
ipEndPoint System.Net.IPEndPoint
interval uint
return string

WithParams() public static method

public static WithParams ( this msg ) : string
msg this
return string

Property Details

BootStrapFailedMsg public_oe static_oe property

public static string BootStrapFailedMsg
return string

CasMismatchMsg public_oe static_oe property

public static string CasMismatchMsg
return string

DocumentExistsMsg public_oe static_oe property

public static string DocumentExistsMsg
return string

DocumentMutationLostMsg public_oe static_oe property

public static string DocumentMutationLostMsg
return string

DocumentNotFoundMsg public_oe static_oe property

public static string DocumentNotFoundMsg
return string

InvalidOpCodeMsg public_oe static_oe property

public static string InvalidOpCodeMsg
return string

NodeUnavailableMsg public_oe static_oe property

public static string NodeUnavailableMsg
return string

NotEnoughReplicasConfigured public_oe static_oe property

public static string NotEnoughReplicasConfigured
return string

RemoteHostClosedMsg public_oe static_oe property

public static string RemoteHostClosedMsg
return string

RemoteHostTimeoutMsg public_oe static_oe property

public static string RemoteHostTimeoutMsg
return string

ServiceNotSupportedMsg public_oe static_oe property

public static string ServiceNotSupportedMsg
return string

TemporaryLockErrorMsg public_oe static_oe property

public static string TemporaryLockErrorMsg
return string