mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 20:48:40 +02:00
Rename error mapping method
This commit is contained in:
parent
578f5bac1a
commit
63b2c1c699
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ contact help@get.gov.
|
||||||
return f"{self.message}"
|
return f"{self.message}"
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_error_mapping(self, code=None):
|
def get_error_message(self, code=None):
|
||||||
return self._error_mapping.get(code)
|
return self._error_mapping.get(code)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue