Skip to content

hasLightblueErrors can return true when getLightblueErrors returns null #331

@jblashka

Description

@jblashka

In AbstractLightblueResponse, hasLightblueErrors checks to see if the status is equal to "partial" but doesn't look to see if "errors" actually exist in the json.

So I have to do if(getLightblueErrors() != null) rather than if(hasLightblueErrors()), making that method pretty pointless

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