Common Errors in Power Platform Flashcards

1
Q

Common Errors in Power Platform

What does a 404 error mean?

And what can cause it?

A

“Page Not Found”
The Service/end-point you are trying to connect to cannot be found.

Often caused by incorrect syntax in the end-point connection (e.g. wrong

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Common Errors in Power Platform

What does a 400 error mean?

And what can cause it?

A

“Bad Request”
This happens when a server cannot understand that request that you hve sent to it.

Often caused by missing parameters, incorrect syntax in the request

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Common Errors in Power Platform

What does a 401 error mean?

And what can cause it?

A

“Unauthorised Error”
This happens when a user/request has not provided valid authentication credentials to do something/access a service

Often caused by incorrectly spelling credentials, expired sessions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Common Errors in Power Platform

What does a 403 error mean?

And what can cause it?

A

Forbidden”Unauthorised Error”
This happens when a user/request does not have the correct permissions level to access a service

Often caused by having the wrong security level

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Common Errors in Power Platform

What does a 429 error mean?

And what can cause it?

A

“Too Many Requests”
This happens when a request exceeds the rate limit and the service prevents the client from sending more requests

Often caused when a request is repeated too many times in succession, br

How well did you know this?
1
Not at all
2
3
4
5
Perfectly