Table of Contents

Property Error

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Error

Returns an empty string if the last SQL command succeeded; or a human-readable error otherwise.
Additionally, all SQL errors are sent to all connected players.

public string Error { get; }

Property Value

string

Exceptions

InvalidOperationException

Thrown if the query has not been executed.