Common Errors in Power Platform Flashcards
Common Errors in Power Platform
What does a 404 error mean?
And what can cause it?
“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
Common Errors in Power Platform
What does a 400 error mean?
And what can cause it?
“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
Common Errors in Power Platform
What does a 401 error mean?
And what can cause it?
“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
Common Errors in Power Platform
What does a 403 error mean?
And what can cause it?
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
Common Errors in Power Platform
What does a 429 error mean?
And what can cause it?
“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