Skip to content

ErrorResponseException constructor is not public #8

@yingyingtang-brex

Description

@yingyingtang-brex

We are currently building a Kotlin service which uses this sinch java package.

We are trying to try catch the exception ErrorResponseException, however, since the constructor access is not given, and by default it is private, our Kotlin service could not access this exception with error:
Cannot access '<init>': it is package-private in 'ErrorResponseException'

Can we update the constructor for this exception to be public?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions