PortalUsersErrorCode
An enum for error codes that occur during querying portalUsers operations.
enum PortalUsersErrorCode {
PLATFORM_CLIENT_ERROR
INVALID_INPUT
NO_ACCESS_TO_PORTAL
INVALID_COMPANY_PROFILE_GUID
UNAUTHORIZED
PORTAL_NOT_FOUND
PROSPECTIVE_PARTNER_ALREADY_APPROVED
PROSPECTIVE_PARTNER_ALREADY_REJECTED
PROSPECTIVE_PARTNER_NOT_FOUND
PORTAL_ALREADY_ACTIVE
PROSPECTIVE_PARTNER_PART_OF_GARNTER_MAGIC_IPAAS_ACCOUNT
PROSPECTIVE_PARTNER_THIRD_PARTY_SCREENING_NOT_DONE
PROSPECTIVE_PARTNER_GARTNER_AND_SCREENING_CHECK_NOT_DONE
}
Values
PortalUsersErrorCode.PLATFORM_CLIENT_ERROR
If a call to the platform fails with a 4xx
PortalUsersErrorCode.INVALID_INPUT
If input data cannot be parsed into a json object
PortalUsersErrorCode.NO_ACCESS_TO_PORTAL
If the jwt account doe snot have access to the portal
PortalUsersErrorCode.INVALID_COMPANY_PROFILE_GUID
If the company profile object the user is trying to edit is invalid
PortalUsersErrorCode.UNAUTHORIZED
If the user does not have access to the query/mutation
PortalUsersErrorCode.PORTAL_NOT_FOUND
if the portal does not exist
PortalUsersErrorCode.PROSPECTIVE_PARTNER_ALREADY_APPROVED
If prospective partner is already approved
PortalUsersErrorCode.PROSPECTIVE_PARTNER_ALREADY_REJECTED
If prospective partner is already rejected
PortalUsersErrorCode.PROSPECTIVE_PARTNER_NOT_FOUND
If prospective partner guid is incorrect
PortalUsersErrorCode.PORTAL_ALREADY_ACTIVE
If portal is already active
PortalUsersErrorCode.PROSPECTIVE_PARTNER_PART_OF_GARNTER_MAGIC_IPAAS_ACCOUNT
if prospective partner is Part Of Gartner Magic IPaas Account
PortalUsersErrorCode.PROSPECTIVE_PARTNER_THIRD_PARTY_SCREENING_NOT_DONE
if prospective partner Third Partner Screening not Done
PortalUsersErrorCode.PROSPECTIVE_PARTNER_GARTNER_AND_SCREENING_CHECK_NOT_DONE
if prospective partner is Part Of Gartner Magic IPaas Account and Third Partner Screening not Done