Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

RestErrorHandler will not throw RestClientException when RestClient method has @SetsCookie annotation set #914

@danidif

Description

@danidif

This is the case:

  1. Activity implements RestErrorHandler
  2. RestClient has a method with @SetsCookie annotation

If you try to call the method pointing to a non existent url, the RestClientException will not be thrown by RestErrorHandler, resulting in a "AndroidRuntime: FATAL EXCEPTION".

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions