You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Adds BetaGetCarrierMetadata, BetaGetCarrierMetadataWithCarriers, BetaGetCarrierMetadataWithTypes, and BetaGetCarrierMetadataWithCarriersAndTypes function
The Message attribute of an APIError is now an interface{} rather than a string, due to potential inconsistent data structure from the API response
Behind-the-scenes, the message portion of the JSON response is transformed to a concatenated string. Users should be able to safely cast the Message attribute to a string when accessing it via myApiError.Message.(string)