_cif_c==PERM|NODE|3=>("Node indicated the required node feature is missing in the onion","required_node_feature_missing"),
_cif_c==BADONION|PERM|4=>("Node indicated the version by is not understood","invalid_onion_version"),
_cif_c==BADONION|PERM|5=>("Node indicated the HMAC of the onion is incorrect","invalid_onion_hmac"),
_cif_c==BADONION|PERM|6=>("Node indicated the ephemeral public keys is not parseable","invalid_onion_key"),
_cif_c==UPDATE|7=>("Node indicated the outgoing channel is unable to handle the HTLC temporarily","temporary_channel_failure"),
_cif_c==PERM|8=>("Node indicated the outgoing channel is unable to handle the HTLC peramanently","permanent_channel_failure"),
_cif_c==PERM|9=>("Node indicated the required feature for the outgoing channel is not satisfied","required_channel_feature_missing"),
_cif_c==PERM|10=>("Node indicated the outbound channel is not found for the specified short_channel_id in the onion packet","unknown_next_peer"),
_cif_c==UPDATE|11=>("Node indicated the HTLC amount was below the required minmum for the outbound channel","amount_below_minimum"),
_cif_c==UPDATE|12=>("Node indicated the fee amount does not meet the required level","fee_insufficient"),
_cif_c==UPDATE|13=>("Node indicated the cltv_expiry does not comply with the cltv_expiry_delta required by the outgoing channel","incorrect_cltv_expiry"),
_cif_c==UPDATE|14=>("Node indicated the CLTV expiry too close to the current block height for safe handling","expiry_too_soon"),