mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-22 04:46:03 +03:00
commit
93bb2f5e26
@ -34,7 +34,7 @@ func main() {
|
|||||||
Page: 1,
|
Page: 1,
|
||||||
},)
|
},)
|
||||||
if err.RuntimeErr != nil {
|
if err.RuntimeErr != nil {
|
||||||
fmt.Printf("%v", err.ErrorMsg)
|
fmt.Printf("%v", err.Error())
|
||||||
}
|
}
|
||||||
|
|
||||||
if status >= http.StatusBadRequest {
|
if status >= http.StatusBadRequest {
|
||||||
@ -68,7 +68,7 @@ func main() {
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
if err.RuntimeErr != nil {
|
if err.RuntimeErr != nil {
|
||||||
fmt.Printf("%v", err.ErrorMsg)
|
fmt.Printf("%v", err.Error())
|
||||||
}
|
}
|
||||||
|
|
||||||
if status >= http.StatusBadRequest {
|
if status >= http.StatusBadRequest {
|
||||||
|
Loading…
Reference in New Issue
Block a user