Skip to content

Commit 21e39f4

Browse files
robot-pigletblinkov
authored andcommitted
Intermediate changes
commit_hash:7ad07277d06b5e0262365ccafc9af63081d6abd8
1 parent 4f23b8f commit 21e39f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

yt/python/yt/common.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ def is_already_exists(self):
223223
"""Already exists."""
224224
return self.contains_code(501)
225225

226+
def is_authentication_error(self):
227+
"""Authentication error."""
228+
return self.contains_code(900)
229+
226230
def is_access_denied(self):
227231
"""Access denied."""
228232
return self.contains_code(901)

0 commit comments

Comments
 (0)