PlatformTokenUpdateError
No description
union PlatformTokenUpdateError = PlatformTokenUpdateInvalidError | PlatformTokenUpdateFailedError | PlatformTokenNameExistsError
Possible types
PlatformTokenUpdateError.PlatformTokenUpdateInvalidError object
Error that occurs when a PlatformToken update request specifies no fields to update.
PlatformTokenUpdateError.PlatformTokenUpdateFailedError object
Error that occurs when no PlatformToken exists with the specified identifier.
PlatformTokenUpdateError.PlatformTokenNameExistsError object
Error that occurs when the input PlatformToken name already exists.