Changes between Version 9 and Version 10 of Specs/ErrorValues


Ignore:
Timestamp:
09/12/12 00:09:51 (12 years ago)
Author:
ph3-der-loewe
Comment:

Accepted new error values.

Legend:

Unmodified
Added
Removed
Modified
  • Specs/ErrorValues

    v9 v10  
    101101||=ROAR_ERROR_GONE          =|| 104 || Resource gone            ||  || || 
    102102||=ROAR_ERROR_BADLICENSE    =|| 105 || Bad License              ||  || || 
     103||=ROAR_ERROR_NEEDPAYMENT   =|| 106 || Payment Required || HTTP: 402 Payment Required || || 
     104||=ROAR_ERROR_NSTYPE        =|| 107 || Type or Format not supported || HTTP: 415 Unsupported Media Type || || 
     105||=ROAR_ERROR_CENSORED      =|| 108 || Access denied because of censorship || HTTP: 450 Blocked by Windows Parental Controls (Microsoft), 451 Unavailable For Legal Reasons (Internet draft) || || 
     106||=ROAR_ERROR_BADSTATE      =|| 109 || Object is in bad/wrong state || EBADFD || || 
     107||=ROAR_ERROR_DISABLED      =|| 110 || This has been disabled by the administrator || || || 
    103108 
    104109== Proposed new Error Values == 
    105110 
    106111||= Error Value =||= ID =||= Text =||= Corresponding errors in other systems =||= Description =|| 
    107 ||=ROAR_ERROR_NEEDPAYMENT   =|| ?? || Payment Required || HTTP: 402 Payment Required || || 
    108 ||=ROAR_ERROR_NSTYPE        =|| ?? || Type or Format not supported || HTTP: 415 Unsupported Media Type || || 
    109 ||=ROAR_ERROR_CENSORED      =|| ?? || Access denied because of censorship || HTTP: 450 Blocked by Windows Parental Controls (Microsoft), 451 Unavailable For Legal Reasons (Internet draft) || || 
    110 ||=ROAR_ERROR_BADSTATE      =|| ?? || || || Object is in bad/wrong state || 
    111112||=ROAR_ERROR_NOCONF        =|| ?? || || || This operation is not configured/Needed config not found || 
    112 ||=ROAR_ERROR_DISABLED      =|| ?? || || || This has been disabled by the administrator ||