An error message if one occured.
Namespace: Couchbase.ViewsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic string Error { get; }
public string Error { get; }
Public ReadOnly Property Error As String
Get
Public ReadOnly Property Error As String
Get
public:
virtual property String^ Error {
String^ get () sealed;
}
public:
virtual property String^ Error {
String^ get () sealed;
}
abstract Error : string with get
override Error : string with get
abstract Error : string with get
override Error : string with get
Property Value
Type:
StringImplements
IViewResult<T>.Error
See Also