Skip to content

NullPointerException in Error Logging #61

@machajdik

Description

@machajdik

When no error is specified, error logging will throw a NPE at me.figo.FigoApi.logError(FigoApi.java:197)
Probably happens only when figo API has issues.

Easiest Solution:
String errorString = errorResponse.getError() == null ? null : errorResponse.getError().toString();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions