Skip to content

Make it clear when IP address is not in the database #122

@chuwy

Description

scala-maxmind-iplookups uses Option[Either[Throwable, Result]] where Option represents a possible absence of a database file and Either[Throwable, _] represents both "invalid IP address passed" (like in snowplow/snowplow#4246) and "no such IP address in database".

It needs to clarify that IP address is not found.

Maybe should be implemented with #78

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