VirtualBox

Changeset 20015 in vbox


Ignore:
Timestamp:
May 26, 2009 9:10:55 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47737
Message:

S3: error number updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r19562 r20015  
    10071007/** @} */
    10081008
     1009/** @name RTS3 status codes
     1010 * @{ */
     1011/** Access denied error */
     1012#define VERR_S3_ACCESS_DENIED                   (-875)
     1013/** The bucket/key wasn't found */
     1014#define VERR_S3_NOT_FOUND                       (-876)
     1015/** Bucket already exists. */
     1016#define VERR_S3_BUCKET_ALREADY_EXISTS           (-877)
     1017/** Can't delete bucket with keys. */
     1018#define VERR_S3_BUCKET_NOT_EMPTY                (-878)
     1019/** The current operation was canceled */
     1020#define VERR_S3_CANCELED                        (-879)
     1021/** @} */
     1022
    10091023/* SED-END */
    10101024
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette