16.Exception Handling In Service REST || Setting Response Code in The Response Payload

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2025

ความคิดเห็น • 13

  • @wgayan
    @wgayan 2 ปีที่แล้ว +2

    Thanks Nikita for publishing this video.
    Please upload one video per week.
    These videos very helpful.

    • @NikitaKanoria
      @NikitaKanoria  2 ปีที่แล้ว

      Thank you Gayan.I am glad it is helpful.

  • @avinashavi6805
    @avinashavi6805 4 หลายเดือนก่อน

    We can' pass pzinskey as row key because that data class

  • @naturalworld1002
    @naturalworld1002 2 ปีที่แล้ว +1

    Nice explaination ....
    can i expect video on exception handling connect rest. (datapage/activity)

  • @somtxg3899
    @somtxg3899 ปีที่แล้ว

    This was nice demo, one qq: suppose bookId is required field, I user sends empty/ null - is there any way we can validate and send bad request error. Basically can we add validation to request JSON?

  • @MrPraveensiva
    @MrPraveensiva 2 ปีที่แล้ว

    Could you please make a video on subreports in pega? What difference does it make when compared to the class joins?

  • @prakashkonkar1061
    @prakashkonkar1061 2 ปีที่แล้ว

    please make video on TIMELINE in gallery elements . and its configuration

  • @rajithmani7990
    @rajithmani7990 2 ปีที่แล้ว

    The book ID is B123, but how is it working when you give the value just 123 on running the service? In my case the the Id goes like BOOK-123, then how should I give the value? Please respond. Even If I give 123 or BOOK-123, I am always getting 400 with error message.

    • @NikitaKanoria
      @NikitaKanoria  2 ปีที่แล้ว

      Hi Rajith,
      Please check if you mapped the request property in service rest rule.

  • @srinivas2164
    @srinivas2164 2 ปีที่แล้ว

    HI Nikita As always this is very useful video , could you please make a video on how to trace SLA ?

  • @vivekkale3969
    @vivekkale3969 2 ปีที่แล้ว

    400 means you are not sending required param, in your example of 400 you are passing right parameter only value not getting returned...its a wrong example