Skip to content

1.0.0

Choose a tag to compare

@proppy proppy released this 06 Apr 18:47
· 11 commits to master since this release

Added

  • New error types to replace use of ErrorCode:
    • DeviceNotSupportedError - Identified device should not use local fulfillment
    • DeviceNotIdentifiedError - Unable to identify provided device
    • InvalidRequestError - Unable to process incoming intent

Changed

  • Error types are now reporting in cloud logging.
    See error logging
    for more details.

Removed

  • ErrorCode enum is no longer visible. Use discrete error types, such as
    InvalidRequestError to throw errors from your app. HandlerError is
    still available for throwing generic fulfillment errors.