{#if nrcc.length} {/if} {#key detail} {#if detail.show} {/if} {/key} {#await callFetch(station)} {:then data} {#if data} {#if data.trainServices?.length} {/if} {#if data.busServices?.length}
Bus Services {/if} {#if data.ferryServices?.length}
Ferry Services {/if} {/if} {:catch}

Error

ERR-CODE: {errorDetail.code}

Message:
{errorDetail.message}

{/await}