Microsoft Information Protection (MIP) SDK for C: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C
Loading...
Searching...
No Matches
mip_cc_error Struct Reference

Error information. More...

#include <src/api/mip_cc/error_cc.h>

Data Fields

union { 
 
   mip_cc_network_error_category   networkError_Category 
 
   mip_cc_no_permissions_error_category   noPermissionsError_Category 
 
};  
 
char description [ERROR_STRING_BUFFER_SIZE]
 
int32_t networkError_ResponseCode
 
char noPermissionsError_Owner [ERROR_STRING_BUFFER_SIZE]
 
char noPermissionsError_Referrer [ERROR_STRING_BUFFER_SIZE]
 
mip_cc_result result
 
mip_cc_service_disabled_error_extent serviceDisabledError_Extent
 

Detailed Description

Error information.

Definition at line 79 of file error_cc.h.

Field Documentation

◆ [union]

union { ... } mip_cc_error

◆ description

char mip_cc_error::description[ERROR_STRING_BUFFER_SIZE]

Definition at line 81 of file error_cc.h.

◆ networkError_Category

mip_cc_network_error_category mip_cc_error::networkError_Category

Definition at line 84 of file error_cc.h.

◆ networkError_ResponseCode

int32_t mip_cc_error::networkError_ResponseCode

Definition at line 89 of file error_cc.h.

◆ noPermissionsError_Category

mip_cc_no_permissions_error_category mip_cc_error::noPermissionsError_Category

Definition at line 85 of file error_cc.h.

◆ noPermissionsError_Owner

char mip_cc_error::noPermissionsError_Owner[ERROR_STRING_BUFFER_SIZE]

Definition at line 92 of file error_cc.h.

◆ noPermissionsError_Referrer

char mip_cc_error::noPermissionsError_Referrer[ERROR_STRING_BUFFER_SIZE]

Definition at line 93 of file error_cc.h.

◆ result

mip_cc_result mip_cc_error::result

Definition at line 80 of file error_cc.h.

◆ serviceDisabledError_Extent

mip_cc_service_disabled_error_extent mip_cc_error::serviceDisabledError_Extent

Definition at line 96 of file error_cc.h.


The documentation for this struct was generated from the following file: