class documentation

class BuildError(RoutingException, LookupError):

View In Hierarchy

Raised if the build system cannot find a URL for an endpoint with the values provided.
Method __init__ Undocumented
Method __str__ Undocumented
Method closest​_rule Undocumented
Instance Variable adapter Undocumented
Instance Variable endpoint Undocumented
Instance Variable method Undocumented
Instance Variable values Undocumented
Property suggested Undocumented
def __init__(self, endpoint, values, method, adapter=None):

Undocumented

Parameters
endpoint:strUndocumented
values:t.Mapping[str, t.Any]Undocumented
method:t.Optional[str]Undocumented
adapter:t.Optional[MapAdapter]Undocumented
def __str__(self):

Undocumented

Returns
strUndocumented
def closest_rule(self, adapter):

Undocumented

Parameters
adapter:t.Optional[MapAdapter]Undocumented
Returns
t.Optional[Rule]Undocumented
adapter =

Undocumented

endpoint =

Undocumented

method =

Undocumented

values =

Undocumented

@cached_property
suggested: t.Optional[Rule] =

Undocumented