Source position: sqldbrestio.pp line 158
type TRestStatuses = set of ( |
rsError, |
rsGetOK, |
rsPostOK, |
rsPutOK, |
rsDeleteOK, |
rsInvalidParam, |
rsCORSOK, |
rsCORSNotAllowed, |
rsUnauthorized, |
rsResourceNotAllowed, |
rsRestOperationNotAllowed, |
rsInvalidMethod, |
rsUnknownResource, |
rsNoResourceSpecified, |
rsNoConnectionSpecified, |
rsRecordNotFound, |
rsInvalidContent, |
rsPatchOK |
); |