ENUM

AssignExtensionBillingManagerErrorCode

Enums for the difference error codes which can be returned.

link GraphQL Schema definition

1enum AssignExtensionBillingManagerErrorCode {
2
3# Extension does not belong to the same organization as the assigned billing
4# manager member.
5FAILED_PRECONDITION
6
7# The user doesn't meet the requirements to be the assigned billing manager.
8# For example, doesn't have a valid role or did not complete Extension
9# Monetization (TIMs).
10MEMBER_INELIGIBLE
11
12# User does not have permission to perform action.
13PERMISSION_DENIED
14}