C# Class Couchbase.Utils.ExceptionUtil

Show file 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 static property

public static string BootStrapFailedMsg
return string

CasMismatchMsg public static property

public static string CasMismatchMsg
return string

DocumentExistsMsg public static property

public static string DocumentExistsMsg
return string

DocumentMutationLostMsg public static property

public static string DocumentMutationLostMsg
return string

DocumentNotFoundMsg public static property

public static string DocumentNotFoundMsg
return string

InvalidOpCodeMsg public static property

public static string InvalidOpCodeMsg
return string

NodeUnavailableMsg public static property

public static string NodeUnavailableMsg
return string

NotEnoughReplicasConfigured public static property

public static string NotEnoughReplicasConfigured
return string

RemoteHostClosedMsg public static property

public static string RemoteHostClosedMsg
return string

RemoteHostTimeoutMsg public static property

public static string RemoteHostTimeoutMsg
return string

ServiceNotSupportedMsg public static property

public static string ServiceNotSupportedMsg
return string

TemporaryLockErrorMsg public static property

public static string TemporaryLockErrorMsg
return string