permissionDenied

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

Status.swift:230
static let permissionDenied: Status.Code