Skip to content

Commit

Permalink
TCloudMailRuOperationResult record added
Browse files Browse the repository at this point in the history
  • Loading branch information
Pozitronik authored and Pozitronik committed May 21, 2019
1 parent 964e855 commit b84e2e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMLTypes.pas
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@ TCloudMailRuFileIdentity = record
size: int64;
end;

TCloudMailRuOperationResult = record
OperationStatus: integer; //HTTP Code
OperationResult: integer; //error code (mostly)
end;

TCloudMailRuDirListing = array of TCloudMailRuDirListingItem;
TCloudMailRuInviteInfoListing = array of TCloudMailRuInviteInfo;
TCloudMailRuIncomingInviteInfoListing = array of TCloudMailRuIncomingInviteInfo;
Expand Down

0 comments on commit b84e2e3

Please sign in to comment.