1# FileShare_PolicyErrorResult 2<!--Kit: Core File Kit--> 3<!--Subsystem: FileManagement--> 4<!--Owner: @lvzhenjie; @hongjin-li_admin--> 5<!--Designer: @chenxi0605; @JerryH1011--> 6<!--Tester: @leiyuqian--> 7<!--Adviser: @foryourself--> 8 9## Overview 10 11Represents the permission policy error result. 12 13**Since**: 12 14 15**Related module**: [fileShare](capi-fileshare.md) 16 17**Header file**: [oh_file_share.h](capi-oh-file-share-h.md) 18 19## Summary 20 21### Member Variables 22 23| Name| Description| 24| -- | -- | 25| char *uri | Pointer to the URI, on which the permission fails to be granted or activated.| 26| [FileShare_PolicyErrorCode](capi-oh-file-share-h.md#fileshare_policyerrorcode) code | Error code corresponding to the URI.| 27| char *message | Pointer to the error message.| 28