PartnerNotFoundError
The specified partner was not found, is not accessible from your broker tree, or has been deactivated.
type PartnerNotFoundError implements ErrorInterface {
message: String!
}
Fields
PartnerNotFoundError.message ● String! non-null scalar
Interfaces
ErrorInterface interface
Error interface for all errors that can be returned by the API.
Always include the ErrorInterface in your request so any error returned by the API will be returned.