Skip to content

ErrorResult structure

The result of a failed query to the Surreal database.

public struct ErrorResult : IEquatable<ErrorResult>

Public Members

name description
ErrorResult(…) The result of a failed query to the Surreal database.
Message { get; set; }
Status { get; set; }
Time { get; set; }

See Also