epoc32/include/caf/caferr.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
    24 Content Access Framework.
    24 Content Access Framework.
    25 
    25 
    26 All CAF error codes lie within the range \c KErrCA_LowerLimit to 
    26 All CAF error codes lie within the range \c KErrCA_LowerLimit to 
    27 \c KErrCA_UpperLimit inclusive.
    27 \c KErrCA_UpperLimit inclusive.
    28 
    28 
    29 @publishedPartner
    29 @publishedAll
    30 @released
    30 @released
    31 */
    31 */
    32 
    32 
    33 
    33 
    34 
    34 
   135 accessing a content object.
   135 accessing a content object.
   136 
   136 
   137 */ 
   137 */ 
   138 const TInt KErrCACorruptContent = -17459;
   138 const TInt KErrCACorruptContent = -17459;
   139 
   139 
       
   140 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
       
   141 /**
   140 
   142 
       
   143 This error is returned when only a part of encrypted input packet provided for decryption.
       
   144 */
       
   145 const TInt KErrInsufficientDataPacketLength = -17460;
       
   146 
       
   147 /**
       
   148 
       
   149 This error is returned when only a part of encrypted input packet provided for decryption.
       
   150 */
       
   151 const TInt KErrMissingWmdrmHeaderData = -17461;
       
   152 
       
   153 #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
   141 #endif // __CAFERR_H__
   154 #endif // __CAFERR_H__