[][src]Constant grpcio_sys::grpc_status_code::GRPC_STATUS_PERMISSION_DENIED

pub const GRPC_STATUS_PERMISSION_DENIED: Type = 7;

The caller does not have permission to execute the specified operation. PERMISSION_DENIED must not be used for rejections caused by exhausting some resource (use RESOURCE_EXHAUSTED instead for those errors). PERMISSION_DENIED must not be used if the caller can not be identified (use UNAUTHENTICATED instead for those errors).