A .NET wrapper to the SQLite database

SQLiteClient.GetMessageForError Method 

Returns an appropriate error message for the given error code

[Visual Basic]
Public Shared Function GetMessageForError( _
   ByVal errorCode As ResultCode _
) As String
[C#]
public static string GetMessageForError(
   ResultCode errorCode
);

Parameters

errorCode
Result code from query

Return Value

Appropriate error message

See Also

SQLiteClient Class | SQLite.NET Namespace