We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2563678 commit 5daafe1Copy full SHA for 5daafe1
app/src/main/java/com/pavel/responsecode/MainActivity.java
@@ -31,7 +31,7 @@ protected void onCreate(Bundle savedInstanceState) {
31
@Override
32
public void onClick(View view) {
33
34
- if (!httpResponseCode.checkResponse(200)){
+ if (!httpResponseCode.checkResponse(530)){
35
/**
36
*
37
* do what ever you want if status code is not 200 then automaticaly status will show through a toast
0 commit comments