--- title: Remove deprecated errorCode and errorMessage fields from SubscriptionBillingAttempt - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/remove-deprecated-errorcode-and-errormessage-fields-from-subscriptionbillingattempt md: https://shopify.dev/changelog/remove-deprecated-errorcode-and-errormessage-fields-from-subscriptionbillingattempt.md --- [Back to Developer changelog](https://shopify.dev/changelog) January 2, 2026 Tags: * Admin GraphQL API * 2026-04 # Remove deprecated errorCode and errorMessage fields from SubscriptionBillingAttempt Starting with API version 2026-04, the `errorCode` and `errorMessage` fields on `SubscriptionBillingAttempt` are now hidden. These fields were deprecated in version 2025-01 with the introduction of `processingError`. Developers should now use `processingError.code` and `processingError.message` instead. If you haven't updated your code to use these new fields, please do so to ensure compatibility with the latest API version.