libpb v0.10.11 (2023-06-18T11:33:54Z)
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
RemoteFieldMissing
ValidationRequired