Skip to content

Return a more detailed lnd rpc response error when the upstream improves #32

@kristapsk

Description

@kristapsk

if (req.response.status.class() != .success) {
// a structured error reporting in lnd is unclear:
// https://github.com/lightningnetwork/lnd/issues/5586
// TODO: return a more detailed error when the upstream improves.
return Error.LndHttpBadStatusCode;
}

Waiting on lightningnetwork/lnd#5586.

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