libpb ~master (2023-01-05T10:36:36Z)
Dub
Repo
ValidationRequired
libpb
exceptions
Undocumented in source.
public final
class
ValidationRequired :
PBException
{
public const
string
offendingTable
;
public const
string
offendingId
;
this
(string table, string id);
}
Constructors
this
this
(string table, string id)
Undocumented in source.
Members
Variables
offendingId
string
offendingId
;
Undocumented in source.
offendingTable
string
offendingTable
;
Undocumented in source.
Meta
Source
See Implementation
libpb
exceptions
classes
NetworkException
NotAuthorized
PBException
PocketBaseParsingException
RecordNotFoundException
ValidationRequired